columnview: Make resize cursors reliable
authorMatthias Clasen <mclasen@redhat.com>
Mon, 19 Oct 2020 12:28:24 +0000 (08:28 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 19 Oct 2020 12:30:22 +0000 (08:30 -0400)
commit1976df1e54562a1e007f823bc2cb89702097848b
tree08a858285558ec482c1d1d1bd9534dc5ae626833
parent39baf4fff4c5b14dc1af94b721569bc90ee4ddfe
columnview: Make resize cursors reliable

Ensure that the column resize cursor stays in place
for the duration of the resize drag. This is a bit
annoying, since the implicit grab can end up on the
header of a different column from the one we are
resizing, so just set the cursor on all column headers.
gtk/gtkcolumnview.c